Skip to content

fix: do not print server types locations that are unavailable (deprecation)#1369

Merged
jooola merged 2 commits intomainfrom
fix-server-type-unavailable
Mar 24, 2026
Merged

fix: do not print server types locations that are unavailable (deprecation)#1369
jooola merged 2 commits intomainfrom
fix-server-type-unavailable

Conversation

@jooola
Copy link
Member

@jooola jooola commented Mar 24, 2026

We do not want to list locations that are now unavailable (deprecation period ended). To retrieve deprecation information, the deprecation column can be used.

Server types still in the deprecation period are still listed as part of the location column.

ID    NAME    CORES   CPU TYPE    ARCHITECTURE   MEMORY     DISK     LOCATION
22    cpx11   2       shared      x86            2.0 GB     40 GB    ash,hil
23    cpx21   3       shared      x86            4.0 GB     80 GB    ash,hil
24    cpx31   4       shared      x86            8.0 GB     160 GB   ash,hil
25    cpx41   8       shared      x86            16.0 GB    240 GB   ash,hil
26    cpx51   16      shared      x86            32.0 GB    360 GB   ash,hil
45    cax11   2       shared      arm            4.0 GB     40 GB    fsn1,nbg1,hel1
93    cax21   4       shared      arm            8.0 GB     80 GB    fsn1,nbg1,hel1
94    cax31   8       shared      arm            16.0 GB    160 GB   fsn1,nbg1,hel1
95    cax41   16      shared      arm            32.0 GB    320 GB   fsn1,nbg1,hel1
96    ccx13   2       dedicated   x86            8.0 GB     80 GB    fsn1,nbg1,hel1,ash,hil,sin
97    ccx23   4       dedicated   x86            16.0 GB    160 GB   fsn1,nbg1,hel1,ash,hil,sin
98    ccx33   8       dedicated   x86            32.0 GB    240 GB   fsn1,nbg1,hel1,ash,hil,sin
99    ccx43   16      dedicated   x86            64.0 GB    360 GB   fsn1,nbg1,hel1,ash,hil,sin
100   ccx53   32      dedicated   x86            128.0 GB   600 GB   fsn1,nbg1,hel1,ash,hil,sin
101   ccx63   48      dedicated   x86            192.0 GB   960 GB   fsn1,nbg1,hel1,ash,hil,sin
108   cpx12   1       shared      x86            2.0 GB     40 GB    sin
109   cpx22   2       shared      x86            4.0 GB     80 GB    fsn1,nbg1,hel1,sin
110   cpx32   4       shared      x86            8.0 GB     160 GB   fsn1,nbg1,hel1,sin
111   cpx42   8       shared      x86            16.0 GB    320 GB   fsn1,nbg1,hel1,sin
112   cpx52   12      shared      x86            24.0 GB    480 GB   fsn1,nbg1,hel1,sin
113   cpx62   16      shared      x86            32.0 GB    640 GB   fsn1,nbg1,hel1,sin
114   cx23    2       shared      x86            4.0 GB     40 GB    fsn1,nbg1,hel1
115   cx33    4       shared      x86            8.0 GB     80 GB    fsn1,nbg1,hel1
116   cx43    8       shared      x86            16.0 GB    160 GB   fsn1,nbg1,hel1
117   cx53    16      shared      x86            32.0 GB    320 GB   fsn1,nbg1,hel1
NAME    LOCATION                     DEPRECATED
cpx11   ash,hil                      fsn1=2026-01-01,nbg1=2026-01-01,hel1=2026-01-01,sin=2026-01-01
cpx21   ash,hil                      fsn1=2026-01-01,nbg1=2026-01-01,hel1=2026-01-01,sin=2026-01-01
cpx31   ash,hil                      fsn1=2026-01-01,nbg1=2026-01-01,hel1=2026-01-01,sin=2026-01-01
cpx41   ash,hil                      fsn1=2026-01-01,nbg1=2026-01-01,hel1=2026-01-01,sin=2026-01-01
cpx51   ash,hil                      fsn1=2026-01-01,nbg1=2026-01-01,hel1=2026-01-01,sin=2026-01-01
cax11   fsn1,nbg1,hel1               -
cax21   fsn1,nbg1,hel1               -
cax31   fsn1,nbg1,hel1               -
cax41   fsn1,nbg1,hel1               -
ccx13   fsn1,nbg1,hel1,ash,hil,sin   -
ccx23   fsn1,nbg1,hel1,ash,hil,sin   -
ccx33   fsn1,nbg1,hel1,ash,hil,sin   -
ccx43   fsn1,nbg1,hel1,ash,hil,sin   -
ccx53   fsn1,nbg1,hel1,ash,hil,sin   -
ccx63   fsn1,nbg1,hel1,ash,hil,sin   -
cpx12   sin                          -
cpx22   fsn1,nbg1,hel1,sin           -
cpx32   fsn1,nbg1,hel1,sin           -
cpx42   fsn1,nbg1,hel1,sin           -
cpx52   fsn1,nbg1,hel1,sin           -
cpx62   fsn1,nbg1,hel1,sin           -
cx23    fsn1,nbg1,hel1               -
cx33    fsn1,nbg1,hel1               -
cx43    fsn1,nbg1,hel1               -
cx53    fsn1,nbg1,hel1               -

fix(server-type): do not print locations that are unavailable (after deprecation) (#1369)

@jooola jooola requested a review from a team as a code owner March 24, 2026 10:04
@jooola jooola requested review from apricote and phm07 March 24, 2026 10:05
@codecov
Copy link

codecov bot commented Mar 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.65%. Comparing base (d96cd20) to head (ae27d4d).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1369   +/-   ##
=======================================
  Coverage   72.64%   72.65%           
=======================================
  Files         300      300           
  Lines       11051    11054    +3     
=======================================
+ Hits         8028     8031    +3     
  Misses       2129     2129           
  Partials      894      894           
Flag Coverage Δ
e2e 51.32% <0.00%> (-0.02%) ⬇️
unit 67.59% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jooola jooola merged commit 4957ed0 into main Mar 24, 2026
7 checks passed
@jooola jooola deleted the fix-server-type-unavailable branch March 24, 2026 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants